home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / console / svgatext.3 / svgatext / SVGATextMode-1.3 / contrib / scripts / rc.font < prev    next >
Encoding:
Text File  |  1995-04-22  |  361 b   |  14 lines

  1. #!/bin/bash
  2. #
  3. # This (minimalistic) script changes the VGA textmode.
  4. # This example is for a 100x37 character mode.
  5. #
  6. # Before installing it, check if your monitor can handle this!
  7. #
  8. # If you put this in your /etc/rc.d/rc.font file, it will be started 
  9. # automatically when Linux boots.
  10. #
  11. echo "Changing to 100x37 character console"
  12. SVGATextMode -r 100x37_VGA
  13.  
  14.